
.product-slider {
    display: flex;
}

.products-wrapper {
    max-width: 75%;
}

.left-text {
    padding-right: 40px;
    width: 25%;
}

.product-item {
    //border: 1px solid #191919;
    border-radius: 4px;
    text-align: center;
    height: 480px;
    margin: 12px;
}

.slick-next, .slick-prev {
    background: #fee833;
    height: 152px;
    z-index: 400;
    width: 40px;
    border-radius: 4px;
}

.slick-next:hover, .slick-prev:hover {
    background: #2a2a2a !important;
}
.slick-next:focus, .slick-prev:focus {
    background: #fee833;
}

.slick-next {
    right: -29px;
}

.slick-prev {
    left: -28px;
}

.product-button {
    position: relative;
    bottom: 0;
}

.inner-wrapper {
    background-color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 25px;
}

.btn-mobile {
    display: none;
    width: 300px;

    margin: 20px auto;
}

.btn-mobile, .btn-desktop {
    background: #2a2a2a !important;
    color: #fee833 !important;
}

.btn-mobile:hover, .btn-desktop:hover {
    background: #fee833 !important;
    color: #2a2a2a !important;
    min-width: 100px;
}

.product-button {
    min-width: 100px;
}

@media screen and (max-width: 1650px) {
    .product-wrapper { //first items arent read in media query
        max-width: 70%;
    }
    .products-wrapper {
        max-width: 70%;
        margin: auto;
    }
    .left-text {
        padding-right: 0px;
        width: 25%;
}
}

@media screen and (max-width: 1550px) {
    .btn-desktop, .btn-mobile, .product-button {
        padding: 18px !important;
    }
    .btn-desktop, .btn-mobile, .product-button {
        padding: 18px !important;
    }
}

@media screen and (max-width: 996px) {
    .left-text {
        width: 100%;
    }
    .product-slider {
        flex-direction: column;
    }
    .products-wrapper {
        max-width: 80%;
        margin: auto;
    }
    .left-text {
        width: 100%;
    }
    .btn-mobile {
        display: inline-block;
    }
    .btn-desktop {
        display: none;
    }
}

@media screen and (max-width: 779px) {
    .products-wrapper {
        max-width: 315px;
    }
    .products-wrapper {
        max-width: 315px;
    }
}